home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000015_news@columbia.edu_Wed Oct 4 17:24:37 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA08486
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 4 Oct 1995 13:24:53 -0400
  3. Received: by apakabar.cc.columbia.edu id AA27781
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 4 Oct 1995 13:24:42 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc,comp.dcom.modems
  8. Subject: Re: Real Fix for Kermit on Solaris?
  9. Date: 4 Oct 1995 17:24:37 GMT
  10. Organization: Columbia University
  11. Lines: 31
  12. Message-Id: <44ug0l$r41@apakabar.cc.columbia.edu>
  13. References: <Pine.SOL.3.91.951002143400.5139A-100000@toucan>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Xref: news.columbia.edu comp.protocols.kermit.misc:3744 comp.dcom.modems:111894
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <Pine.SOL.3.91.951002143400.5139A-100000@toucan>,
  19. Bjorn Eng  <Bjorn.T.Eng@jpl.nasa.gov> wrote:
  20. : I have built C-Kermit 5A(190) on a Sun Sparc-20 Solaris 2.4 machine. 
  21. : It runs fine but if I use it for dial-out it messes up the port monitor 
  22. : (Solaris getty-like process). Looking through the '.bwr' files  I saw 
  23. : this problem mentioned with a fix that didn't appeal to me too much. The 
  24. : fix involves killing off the port monitor and starting a new one every 
  25. : time you run Kermit. Aliasing kermit to a script that runs setuid root to 
  26. : reset the port...
  27. : Does anyone have a fix for whatever Kermit is doing to the port 
  28. : monitor?  
  29. :
  30. Kermit isn't doing anything to the port monitor.  Kermit is using the same
  31. technique that it has used successfully for over a decade to access dialout
  32. devices on more than 400 different UNIX platforms.  If Sun changes the rules
  33. and requires some proprietary scheme for obtaining indulgences from their
  34. "Port Monitor", then we'll be glad to include the code for this if it is not
  35. proprietary and need not be licensed and can be redistributed and somebody
  36. tells us what it is.
  37.  
  38. : This does not happen when you use tip for dialout.
  39. :
  40. Of course it doesn't -- Solaris Tip is specially coded by Sun for Solaris,
  41. and you don't get source code to see how they handle the port monitor.
  42.  
  43. Kermit is coded to be portable.  It's not easy being portable, especially
  44. now that every company has its own unique "open standard" for doing each
  45. thing :-)
  46.  
  47. - Frank